home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 1.5 KB | 62 lines | [TEXT/MPS ] |
- #========================================================================================
- #
- # File: DOSMake.bmk
- # Release Version: $ 1.0d1 $
- #
- # Creation Date: 3/28/94
- #
- # Copyright: © 1993, 1994 by Apple Computer, Inc., all rights reserved.
- #
- #========================================================================================
- __ComponentName = BRMemory
-
- __IncludeDirs = \
- -I$(BFC)\Found\BRCommon\Include \
- -I$(BFC)\Found\BRTaskG\Include \
- -I$(BFC)\Found\BRDebug\Include \
- -I$(BFC)\Found\BRRunTyp\Include \
- -I$(BFC)\Found\BRExcLib\Include \
- -I$(BFC)\OS\BRMemory\Include
-
- __ComponentLibs = \
- !ifdef __BORLANDC__
- $(BEDBORLANDDIR)\Lib\CRTLDLL \
- $(BEDBORLANDDIR)\Lib\Import \
- !else ifdef _BEDWIN32S
- Kernel32 \
- !else
- Libw \
- !endif
- $(_BEDLIBDIR)\BRCommon \
- $(_BEDLIBDIR)\BRTaskG \
- $(_BEDLIBDIR)\BRExcLib \
- $(_BEDLIBDIR)\BRDebug \
- $(_BEDLIBDIR)\BRRunTyp
-
-
- __ComponentObjects = \
- !ifdef __BORLANDC__
- $(BEDBORLANDDIR)\Lib\C0DL.obj \
- !endif
- $(_BEDTARGETOBJECTSDIR)\BRVMBest.obj \
- $(_BEDTARGETOBJECTSDIR)\BRVMChun.obj \
- $(_BEDTARGETOBJECTSDIR)\BRVMHeap.obj \
- $(_BEDTARGETOBJECTSDIR)\BRLibMai.obj \
- $(_BEDTARGETOBJECTSDIR)\BRMemMgr.obj \
- $(_BEDTARGETOBJECTSDIR)\BRMemTas.obj \
- $(_BEDTARGETOBJECTSDIR)\WEP.obj
-
- __ComponentResources =
-
-
- #
- # KVV: For now, we have to use Native Allocation in Windows,
- # GlobaAlloc, etc.
- #
-
- __OtherCPlusOptions = -DBR_qUsePlatformAlloc
-
- #####################################################################################
- # Dependencies
- #####################################################################################
-